projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a11e2
)
Include process.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Aug 1993 22:05:30 +0000
(22:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Aug 1993 22:05:30 +0000
(22:05 +0000)
(init_cmdargs): Use EXEC_SUFFIXES.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 321edbe15e549ca5a875ba2947affed4e1b15038..ca03da1608ab4656b2109608320d528c8317bbcd 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-47,6
+47,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "systty.h"
#include "syssignal.h"
+#include "process.h"
#ifndef O_RDWR
#define O_RDWR 2
@@
-169,7
+170,7
@@
init_cmdargs (argc, argv, skip_args)
{
Lisp_Object found;
int yes = openp (Vexec_path, Vinvocation_name,
-
""
, &found, 1);
+
EXEC_SUFFIXES
, &found, 1);
if (yes)
Vinvocation_directory = Ffile_name_directory (found);
}